home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / rs0422.zip / LEVEL1 / RCONFIG.LIB < prev    next >
Text File  |  1989-11-14  |  649b  |  34 lines

  1. ; Boolean values
  2. TRUE    EQU    -1
  3. FALSE    EQU    0
  4.  
  5. ;  Number of physical channels in the repeater.
  6. *L OFF
  7. NUMCH    EQU    2
  8.  
  9. ;  RAM constants.
  10. ;  Size of available RAM may be patched after linking
  11. ;  but is specified here for default.
  12.  
  13. NSLOT    EQU    127    ;HOW MANY SLOTS IN THE LOW LEVEL TASK QUEUE
  14.             ;MUST BE POWER OF 2 (IE 2^6 -1 =63 (3fh)
  15.  
  16. ; Hardware configuration
  17. CTC    EQU    FALSE
  18.  
  19.             ;CHANNEL 0
  20. DWAIT0    EQU    0    ; 10 MS
  21. TXDELAY0 EQU    40    ; 400 MS
  22.  
  23.             ;CHANNEL 1
  24. DWAIT1    EQU    0    ; * 10 MS
  25. TXDELAY1 EQU    40    ; * 10 MS
  26.  
  27.             ;CHANNEL 2
  28. DWAIT2    EQU    0    ; * 10 MS
  29. TXDELAY2 EQU    40    ; * 10 MS
  30.  
  31.             ;CHANNEL 3
  32. DWAIT3    EQU    0    ; * 10 MS
  33. TXDELAY3 EQU    40    ; * 10 MS
  34.